html,
body {
  margin: 0;
  padding: 0;
  font-family: "robotoCondensed";
}
.animated.delay-13s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6;
}
.animated.delay-14s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay-17s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.main {
  width: 100%;
}
.main .top-title {
  display: flex;
  justify-content: space-between;
}
.main .top-title.wid1300 {
  width: 1300px;
  margin: 0 auto;
}
.main .top-title .left {
  padding-top: 5px;
  background: url(../img/images/ellipse.png) no-repeat left top;
}
.main .top-title .left .cn {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  padding-left: 5px;
}
.main .top-title .left .en {
  font-family: 'georgia';
  text-transform: uppercase;
  font-size: 26px;
  color: #003F88;
}
.main .top-title .right {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.main .top-title .right span {
  font-size: 16px;
  line-height: 20px;
  color: #003F88;
}
.main .top-title .right img {
  display: block;
  margin-left: 5px;
}
.main .news {
  width: 100%;
  padding: 60px 0 1px;
  background: url(../img/images/news-bg.png) no-repeat center;
  background-size: cover;
}
.main .news .bottom-list {
  position: relative;
  padding: 35px 0 0 0;
  margin: 0;
}
.main .news .bottom-list::after {
  content: '';
  display: block;
  clear: both;
}
.main .news .bottom-list li {
  float: left;
  width: calc(50% - 30px);
  display: flex;
  border-top: solid 1px #D9D9D9;
  padding-top: 30px;
  margin-bottom: 30px;
}
.main .news .bottom-list li:nth-child(even) {
  margin-left: 30px;
}
.main .news .bottom-list li:nth-child(odd) {
  margin-right: 30px;
}
.main .news .bottom-list li .ft-text {
  margin-right: 25px;
}
.main .news .bottom-list li .ft-text .up-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .news .bottom-list li .ft-text .up-info .calendar {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}
.main .news .bottom-list li .ft-text .up-info .type {
  font-size: 14px;
  font-weight: 400;
  color: #003F88;
}
.main .news .bottom-list li .ft-text .news-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .news .bottom-list li .ft-text .news-title a {
  color: #333333;
  text-decoration: none;
}
.main .news .bottom-list li .ft-text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .news .bottom-list li .rt-img {
  width: 240px;
  height: 160px;
  background-color: #003F88;
}
.main .news .bottom-list li .rt-img img {
  display: block;
  width: 240px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
.main .notice {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url(../img/images/notice-bg.png) no-repeat center;
  background-size: cover;
}
.main .notice .banner {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 50%;
  height: 580px;
}
.main .notice .banner img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
}
.main .notice .bottom-notice {
  position: relative;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
  padding: 0;
  z-index: 10;
}
.main .notice .bottom-notice li {
  width: 370px;
  height: 150px;
  margin-right: 30px;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.main .notice .bottom-notice li h3 {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .notice .bottom-notice li h3 a {
  color: #333333;
  text-decoration: none;
}
.main .notice .bottom-notice li .calendar {
  font-size: 14px;
  font-weight: 400;
  color: #003F88;
}
.main .enterprises {
  width: 100%;
  padding: 60px 0;
  background-color: #F8F8F8;
  overflow: hidden;
}
.main .enterprises .myEnterprises {
  position: relative;
  width: 100%;
  /* margin-left: calc((100% - 1300px) / 2); */
  margin-top: 60px;
  overflow: hidden;
}
.main .enterprises .myEnterprises .swiper-slide {
  /* width: 1100px; */
  position: relative;
  padding-bottom: 120px;
}
.main .enterprises .myEnterprises .swiper-slide .imgs {
  width: 1100px;
  height: 680px;
}
.main .enterprises .myEnterprises .swiper-slide .imgs img {
  display: block;
  width: 1100px;
  height: 680px;
  object-fit: cover;
  object-position: center;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText {
  /* display: none;
  position: absolute;
  left: 0;
  bottom: 0; */
  width: 100%;
  background: #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
  display: block;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .infos .type {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #003F88;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .infos .more {
  display: flex;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .infos .more span {
  font-size: 16px;
  font-family: Roboto Condensed;
  font-weight: 400;
  color: #003F88;
  text-transform: capitalize;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .infos .more img {
  display: block;
  margin-left: 5px;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  margin-top: 25px;
}
.main .enterprises .myEnterprises .swiper-slide .bannerText .intro {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .enterprises .myEnterprises .swiper-slide.swiper-slide-active .bannerText {
  display: block;
}
.main .enterprises .myEnterprises .enterprises-next {
  left: auto;
  right: calc(100% - 1300px);
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../img/images/arrow-white.png) no-repeat center center;
  background-color: #003F88;
}
.main .enterprises .myEnterprises .enterprises-next::after {
  display: none;
}
.main .enterprises .myEnterprises .enterprises-prev {
  left: auto;
  right: calc(100% - 1300px + 80px);
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../img/images/arrow-gray.png) no-repeat center center;
  background-color: #F0F0F0;
}
.main .enterprises .myEnterprises .enterprises-prev::after {
  display: none;
}
.main .content {
  width: 1300px;
  margin: 0 auto;
}
